home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / cdcom.zip / README.1ST < prev    next >
Text File  |  1991-10-20  |  4KB  |  76 lines

  1. 10/20/91
  2.  
  3. The <T> command on the main menu has been changed.  <T> will now
  4. display the top 45 download report.  The time information stuff has
  5. been moved to the ? command.
  6.  
  7. Some command line parameters have changed for aviewcom.  The node # is now %9.
  8. %8 is now for the connect baudrate.  I removed the -r%8 from the aviewcom
  9. command line and replaced it with just %8.  CdCom will add the -r to the
  10. connect baudrate.  This is done so it can also lock downloads (-d) if the
  11. users security is insufficient to download in the program (specified by
  12. cdcom.def).  So if they are allowed to download from cdcom, it will pass
  13. -rbaudrate to %8, if not it passes -d to %8 so they cannot download.  If
  14. you just don't want to allow downloads from aviewcom, then remove the %8
  15. parameter and replace it with -d.
  16.  
  17. Sept 30, 1991
  18.  
  19. With this release of CdCom for shareware disks other than pc-sig I have
  20. attempted to modify the door so that it can work with practically any
  21. cdrom disk that has file category type description files.  By this I mean
  22. files.bbs, DIR#, etc listings that have file descriptions broken down into
  23. categories (like games, utils, communications, etc).  Most of the newer disks
  24. do have these kind of listings so this should pose no problems.  These listings
  25. are then merged into a alphabetically sorted master file listing for easier
  26. searching for the door.  Some disks like rbbs-in-a-box already come with this
  27. listing, and are ready to run.  See the makexrf.doc for more details.  However
  28. some of the older disks do not follow this format, and you will need to do some
  29. work in order to get whatever listings you have into the proper format.  For
  30. some of these disks like this that I have come into contact with I wrote
  31. separate conversion utilities whose basic source code is included in the
  32. configuration zip file.  These are the shareware carousel disks and the
  33. programmers rom disk.  If you are having difficulties converting your
  34. descriptions then feel free to contact me and we can work it out hopefully.
  35. Any convert.bas files I release for these disks will work in the qbasic.exe
  36. basic interpreter that comes with dos 5.0 (at least I hope to keep it that
  37. way) to keep file sizes down.  This is under the assumption that most of
  38. you have dos 5.0 also.  You can contact me if you need a compiled (EXE)
  39. version and I will provide it for you.
  40.  
  41. For those who have run the door before, this release marks the end of
  42. separate releases of the door for each disk.  All hardcoded items (which
  43. was mostly just the information on the description files) are now located
  44. in cdcom.def.  The description files are the most difficult part, the actual
  45. locating of the file and downloading was common between all disks anyways.
  46. Be sure to look at the cdcom.doc file at the new cdcom.def lines.  I have
  47. also added the following features from the last release:
  48.  
  49. 1: internal colors
  50. 2: ability to customize menus with information from callinfo.bbs (see cdcom.doc)
  51. 3: ratio checking (dl/ul only)
  52. 4: information bar on bottom of screen, scrolled in window.
  53. 5: plus fixed a few bugs that were brought to my attention
  54. 6: maintaining of a user file (cdcom.usr) will users dl's and dlkb.  (see doc's)
  55.  
  56. All future releases of the door (bug fixes also) will always go by the name
  57. CDCOM.ZIP, although I may need to start using version numbers now.  We'll
  58. see how this goes.  I will also post new configuration files for disks as
  59. I come across them, and I encourage you to upload any new ones that you may
  60. come up with for your disk.  You can see what files I included in the sample
  61. configuration files to get an idea of what is needed for each disk.  If you
  62. find problems with the configuration files I provided please let me know.
  63. I do not have most of the disks that are listed there so I was not able to
  64. test all of them.  I only tested the ones I had.  But they should work fine
  65. as the configuration files are quite simple I think.  At any rate let
  66. me know what you think, and I'm always open to new ideas for the door, and
  67. I'll code them in when I have the time.
  68.  
  69. Eric
  70.  
  71.  
  72.  
  73. This new release will greatly simplify things for me as now I only have to
  74. release one program instead of updating 15 zip files each time I fix some
  75. bugs.  I hope it works well for you.
  76.